.container {
  width: 90%;
  margin: 0 auto;
}

header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 3rem 0;
}

header h1 {
  text-transform: capitalize;
}

header span {
  color: #ff3636;
}

header p {
  color: #4f4f4f;
}

header .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

main h2 {
  text-align: center;
}

.saas-wrapper {
  display: grid;
  padding: 3rem 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.saas-wrapper:nth-child(odd) > img {
  order: 1;
}

.saas-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
}

.saas-wrapper .content ul {
  list-style-image: url("../image/Vector.png");
  margin: 0 1.5rem;
}

/* Why choose us */

.choosing {
  text-align: center;
}

.choose-wrapper .swiper-wrapper {
  padding: 1rem;
}

.choosing-wrapper {
  padding: 2rem;
  display: flex;
  align-items: start;
  text-align: left;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  /* box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.3); */
  border-radius: 0.4rem;
  flex-direction: column;
  gap: 0.5rem;
}

.choosing-wrapper p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.choosing-wrapper img {
  transition: all 0.1s ease-out;
}

.choosing-wrapper:hover img {
  transform: scale(0.8);
}

/* header {
  min-height: 80vh;
  display: flex;
  justify-content: end;
  background-color: #1cc656;
  background-blend-mode: multiply;
}

header .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

header .button-wrap {
  display: flex;
  gap: 1rem;
}

button {
  padding: 0.7rem 1.5rem;
  border-radius: 0.2rem;
  border: none;
  text-transform: capitalize;
  background-color: white;
  font-weight: 500;
}

header button:nth-child(2) {
  display: flex;
  gap: 0.5rem;
  background-color: #44dc37;
  color: white;
  align-items: center;
}

main > h2 {
  text-align: center;
}

main ul {
  list-style-image: url("../image/Vector.png");
  margin: 0 1.3rem;
}

main ul li {
  margin-bottom: 0.5rem;
}

.product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 3rem 0;
}

.product .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product span {
  font-weight: bold;
} */
